Skip to content

fix(merge): repair dev branch corruption in slippage/simulation files - #905

Closed
Ajibose wants to merge 1 commit into
accesslayerorg:devfrom
Ajibose:fix/dev-broken-merge-slippage-keysim
Closed

fix(merge): repair dev branch corruption in slippage/simulation files#905
Ajibose wants to merge 1 commit into
accesslayerorg:devfrom
Ajibose:fix/dev-broken-merge-slippage-keysim

Conversation

@Ajibose

@Ajibose Ajibose commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Summary

Test plan

  • pnpm exec tsc -b --noEmit passes clean (previously ~90 syntax errors)
  • pnpm exec vitest run for the touched files: 4 files / 49 tests passing
  • pnpm exec eslint . — no new errors (1 pre-existing unrelated warning)

🤖 Generated with Claude Code

https://claude.ai/code/session_01K2iSG6NcphR3o7H3FLGLYf

Merge commit e498adc concatenated two independent, unrelated
implementations that landed under the same file paths instead of
picking one — accesslayerorg#872 vs accesslayerorg#877 for slippageTolerance.utils.ts /
SlippageToleranceSelector.tsx, and accesslayerorg#875 vs accesslayerorg#887 for
KeySimulationTool.tsx. The result had duplicate/interleaved
declarations and broken syntax, failing `tsc` outright.

Restores each file to the version that's actually wired into the app
(TradeDialog's value/onChange selector API and CreatorDetailPage's
currentSupply/protocolFeeBps/creatorFeeBps props) and matches the
surviving test files; the orphaned, never-integrated duplicate
implementations are dropped.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01K2iSG6NcphR3o7H3FLGLYf
@Ajibose

Ajibose commented Sep 2, 2026

Copy link
Copy Markdown
Contributor Author

Closing — the corruption fix is already carried by #853 and #891, so merging either repairs dev directly; this standalone PR is redundant.

@Ajibose Ajibose closed this Sep 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant